home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm2 / iinst151.lha / iNTERiNSTALL / TCP4ADD / db / interfaces
Text File  |  1995-07-28  |  4KB  |  93 lines

  1. #
  2. #    $Id: interfaces,v 4.10 1994/10/28 18:24:25 too Exp $
  3. #
  4. #    Network interface configuration for the AmiTCP/IP
  5. #
  6. #    Copyright © 1994 AmiTCP/IP Group,
  7. #                     Network Solutions Development Inc.
  8. #                     All rights reserved.
  9. #
  10. # AmiTCP/IP uses the network interface to communicate with SANA-II devices,
  11. # just like DOS uses handlers or filesystems to communicate with exec
  12. # devices.  A network interface is created and configured with `ifconfig'
  13. # utility.  AmiTCP/IP can create several network interfaces for each SANA-II
  14. # device; this is seldom useful, except when two different IP addresses are
  15. # needed for one host or when network has several different framings for IP
  16. # or (for example, ARP has got two different framings for IP).
  17. #
  18. # The Install_AmiTCP installation script depends on the interface
  19. # names defined here, so do not change them.
  20. #
  21. # There is a built-in interface "lo0" in AmiTCP/IP, other interfaces should
  22. # be defined here.
  23. #
  24. # This configuration file is read with template:
  25. # NAME/A, DEV=DEVICE/A/K, UNIT/N/A/K, IPTYPE/N/K, ADDR=ADDRESS/K,
  26. # ARPTYPE=IPARPTYPE/N/K, IPREQ=IPREQUESTS/N/K, ARPREQ=ARPREQUESTS/N/K,
  27. # WRITEREQ=WRITEREQUESTS/N/K, NOTRACKING/S, FILTER/S, NOARP/S,
  28. # P2P=POINT2POINT/S, NOSIMPLEX/S, LOOPBACK/S
  29. #
  30. # Lines can be continued if their last character is '+'. The '#' and ';' are
  31. # comment characters - rest of the line is ignored
  32. #
  33. # Parameters are interpreted as follows:
  34. # NAME/A
  35. #   New-style AmiTCP/IP network interface name. This name must be
  36. #   unique. If you have multiple units for the same device, then you
  37. #   must differentiate the units by adding the unit number as a suffix
  38. #   to the name, for example. The maximum lenght for the name is 15
  39. #   bytes.
  40. # DEV=DEVICE/A/K
  41. #   Sana-II (old-style AmiTCP/IP) device name
  42. # UNIT/N/A/K
  43. #   Sana-II (old-style AmiTCP/IP) device unit number
  44. # ADDR=ADDRESS/K (*
  45. #   Hardware address used by SANA-II device configuration in hexadecimal
  46. #   notation with octets separated by colons,
  47. #   e.g. 80:00:13:AE:45:EF. This should be used if your ethernet adapter
  48. #   has no address ROM, for example.
  49. # IPTYPE/N/K (*
  50. #   Packet type (framing) for Internet Protocol (IP)
  51. # IPREQ=IPREQUESTS/N/K
  52. #   IO requests allocated for receiving IP packets.
  53. # ARPTYPE=IPARPTYPE/N/K (*
  54. #   Packet type (framing) for Address Resolution Protocol (ARP)
  55. # ARPREQ=ARPREQUESTS/N/K
  56. #   IO requests allocated for receiving ARP packets
  57. # WRITEREQ=WRITEREQUESTS/N/K
  58. #   IO requests allocated for transmitting packets
  59. # NOTRACKING/S
  60. #   Disable the packet type tracking on SANA-II devices.  This feature is
  61. #   needed to circumvent a bug in a2060.device V37.2 
  62. # FILTER/S
  63. #   Enable Sana-II packet filtering for this interface. This is needed only
  64. #   if you have several protocol stacks using the same Sana-II device and
  65. #   unit. E.g., Envoy uses IP, too, so the FILTERing should be enabled on
  66. #   interfaces which are shared with Envoy
  67. # NOARP/S
  68. #   Disable the ARP for this interface
  69. # P2P=POINT2POINT/S
  70. #   Use the device as point-to-point device
  71. # NOSIMPLEX/S
  72. #   Disable the copying of broadcast packets.  Set this parameter if we hear
  73. #   our own broadcasts
  74. # LOOPBACK/S
  75. #   Set this parameter if it is loopback
  76. #
  77. # *) Don't set these parameters if you don't know what you are doing.
  78. #    AmiTCP/IP recognizes Ethernet, Arcnet (RFC 1051 framing), SLIP and PPP
  79. #    drivers automatically.  See file <netinclude/net/sana2tags.h> for the
  80. #    packet types used for these drivers.
  81. # Here are few examples:
  82. #
  83. # Arcnet adapter a2060 
  84. #
  85. arcnet0 DEV=devs:networks/ch2060.device UNIT=0
  86. #arcnet0 DEV=DEVS:Networks/a2060.device UNIT=0 NOTRACKING
  87. #a2060 DEV=DEVS:Networks/a2060.device UNIT=0 NOTRACKING 
  88. # IPTYPE=240 ARPTYPE=241 ARPREQ=4 IPREQ=16 WRITEREQ=16 
  89. #
  90. ppp0 DEV=DEVS:networks/ppp.device UNIT=0 IPTYPE=33 NOARP P2P
  91. # EOF
  92.